home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Users Group Library 1996 July
/
C-C++ Users Group Library July 1996.iso
/
vol_400
/
422_01
/
libcf
/
printf.asm
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Assembly Source File
|
1994-03-27
|
237 b
|
11 lines
*
* Formatted print to the console device: printf(format, args ...)
*
printf MULB #2 Word entries
LEAI ,S Point to stack
ADAI Point to argument
LD #putch Point to output func
JMP format Format it
$EX:format
$EX:putch